home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
dodge.swf
/
scripts
/
DefineSprite_29_levelDisplayBox
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
215 b
|
7 lines
if(ScoreManager.getScore() < 25000 || ScoreManager.getScore() == null || _root.player.getHealth() > 50)
{
healthButton._alpha = 25;
healthButton.enabled = false;
healthButton.useHandCursor = false;
}